/*
***
* This is a stylesheet file for the Digital Kids En Page
***
* Here we have all the important styles for the elements of the page.
***
* Media Queries are in separate file
***
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CSS TABLE OF CONTENTS
-.- - ...
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* -.- - Digital Kids Arabic */
/* Arabic Page */
.arabicFormat {
    direction: rtl;
    text-align: right;
}

/* End of Digital Kids Arabic */

/* -.- - Digital Kids En */
/* -.- - Digital Kids Promo */
/* Digital Kids */
#dkPromo a {
    cursor: default;
}

/* -.- - Breadcrumb #2 */
#breadcrumb-2 {
    background-color: #E5E5E5;
    padding: 0 10px;
}

#breadcrumb-2 a {
    background-color: #E5E5E5;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #777777;
    text-decoration: none;
    padding: 12px 20px;
    text-align: center;
}

#breadcrumb-2 a:hover {
    transition: background-color 0.7s;
    color: #383838;
    background-image: url(../../img/breadcrumb-2/discover_arrow_blk.png);
    background-repeat: no-repeat;
    background-position: center 82%;
    background-color: #fafafa;
}

/* -.- - ICT Skills */
/* ICT SKILLS */
/* -.- - Internationas Standards */

/* End of CInternationas Standards */

/* -.- - Curriculum Framework */


/* End of Curriculum Framework */

/* -.- - Computing and ICT Topics */
/* End of Computing and ICT Topics */

/* -.- - Programming Coding Robotics */
#codingRobCard1 {
    width: 312px;
}

/* End of Programming Coding Robotics */

/* -.- - Suitable for international exam preparation */
/* End of Suitable for international exam preparation */

/* -.- - Learning methods (Developing 21st Century Skills) */
#century {
    background-color: #047d9a;
}

#century .subtitleBold,
#century .titleBold,
#century .text {
    color: #f2f4df;
}

/* Modern platfroms and  tools */
#modern {
    background-color: #03647b;
}

#modern .subtitleBold,
#modern .titleBold,
#modern .text,
#modern .titleThin {
    color: #f2f4df;
}

#modern #first-card {
    border: #dedc00 solid 2px;
    background-color: #03647b;
}

#modern #second-card {
    background-color: #dedc00;
    color: #111111;
}

/* End of Learning methods (Developing 21st Century Skills) */

/* -.- - Student Resources */
/* End of Student Resources */

/* -.- - Teacher Resources */
/* End of Teacher Resources */

/* -.- Key Features */
/* Start of New Carousel Here */
.carousel-control-prev {
    left: -15%;
    height: 94%;
}

.carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../../img/key-features/chevron-circle-left-solid.svg");
}

.carousel-control-next .carousel-control-next-icon {
    background-image: url("../../img/key-features/chevron-circle-right-solid.svg");
}

.carousel-indicators {
    bottom: -7%;
}

.carousel-indicators li {
    background-color: #393a3f;
}

.carousel-indicators .active {
    background-color: #111111;
}

.carousel-control-next {
    left: 100%;
    height: 94%;
}

#carouselExampleIndicators {
    width: 100%;
}

#key-features {
    background-image: url("../../img/key-features/keyfeatures_bg-repeat.png");
}

/* End of Key Features */